Release 10.1A: OpenEdge Development:
.NET Open Clients


PROGRESS.Session.RequestWaitTimeout

Data Type: Integer

Session model: Session-free only

The way requests are handled when no connections are available and the connection pool is full, specified by one of the values shown in Table 5–10.

Table 5–10: requestWaitTimeout property values 
If the value is . . .
The Open Client Runtime . . .
-1
Queues the request indefinitely until an AppServer session becomes available.
0
Rejects the request and returns an error message to the client indicating that there are too many concurrent requests.
N
Queues the request the number of seconds specified by the value
(N must be greater than zero) until the AppServer becomes available. If no connection becomes available in that time, an error message is returned to the client.

Default: -1


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095